Install the pkgconfig file from libutf8proc-dev.install instead of debian/rules
authorGraham Inggs <ginggs@debian.org>
Tue, 21 Dec 2021 13:25:56 +0000 (15:25 +0200)
committerGraham Inggs <ginggs@debian.org>
Tue, 21 Dec 2021 13:32:38 +0000 (15:32 +0200)
debian/changelog
debian/libutf8proc-dev.install
debian/rules

index af86a15ab4230fe76a5440bd4e2afa80468065f3..dcaa66e9e5870d9d39a4ad71bfff7495aaa77b98 100644 (file)
@@ -11,6 +11,8 @@ utf8proc (2.7.0-1) UNRELEASED; urgency=medium
   * Add build-dependency on ruby
   * Skip graphemetest that never completes
   * Update libutf8proc2.symbols with new symbols from 2.6.0
+  * Install the pkgconfig file from libutf8proc-dev.install
+    instead of debian/rules
 
  -- Debian Janitor <janitor@jelmer.uk>  Fri, 18 Sep 2020 05:52:35 -0000
 
index a3c8f6cabaa8f1cc8c3d822a0334c1ecf2b58f31..76f28fa26af68d3f4813e69b6ad2a762f07913de 100644 (file)
@@ -1,3 +1,4 @@
 usr/include/*
 usr/lib/*/lib*.a
 usr/lib/*/lib*.so
+usr/lib/*/pkgconfig/*
index c8ab10312d2bcdbd20d2927879f8de881d55eb0c..c5d77dd83c912e2f81c48811ceb6099f159ac56f 100755 (executable)
@@ -6,7 +6,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 override_dh_auto_install:
        dh_auto_install -- prefix=/usr libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
-       install -Dm0644 libutf8proc.pc debian/libutf8proc-dev/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/libutf8proc.pc
 
 override_dh_installchangelogs:
        dh_installchangelogs NEWS.md